Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all #55

Merged
merged 1 commit into from
Aug 12, 2023
Merged

Update all #55

merged 1 commit into from
Aug 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
async-trait dependencies patch 0.1.72 -> 0.1.73
clap dependencies patch 4.3.19 -> 4.3.21
indicatif dependencies patch 0.17.5 -> 0.17.6
openssh-sftp-client dependencies patch 0.13.6 -> 0.13.10
regex dependencies patch 1.9.1 -> 1.9.3
serde (source) dependencies patch 1.0.178 -> 1.0.183
serde_derive (source) dependencies patch 1.0.178 -> 1.0.183
tokio (source) dependencies minor 1.29.1 -> 1.31.0

Release Notes

dtolnay/async-trait (async-trait)

v0.1.73

Compare Source

  • Prevent generated code from triggering ignored_unit_patterns pedantic clippy lint
clap-rs/clap (clap)

v4.3.21

Compare Source

Features
  • Expose TryMapValueParser so the type can be named

v4.3.20

Compare Source

Features
  • Command::mut_args for modifying all arguments en masse
console-rs/indicatif (indicatif)

v0.17.6

Compare Source

openssh-rust/openssh-sftp-client (openssh-sftp-client)

v0.13.10

Compare Source

What's Changed

Full Changelog: openssh-rust/openssh-sftp-client@0.13.9...0.13.10

v0.13.9

Compare Source

What's Changed

Full Changelog: openssh-rust/openssh-sftp-client@0.13.8...0.13.9

v0.13.8

Compare Source

Fixed

  • Drop implementation for OwnedHandle to make sure they never panic if tokio runtime is not avilable.

Full Changelog: openssh-rust/openssh-sftp-client@0.13.7...0.13.8

v0.13.7

Compare Source

Fixed

  • Drop implementation to make sure they never panic if tokio runtime is not avilable.
    • file::TokioCompatFile
    • fs::ReadDir

Full Changelog: openssh-rust/openssh-sftp-client@0.13.6...0.13.7

rust-lang/regex (regex)

v1.9.3

Compare Source

==================
This is a patch release that fixes a bug where some searches could result in
incorrect match offsets being reported. It is difficult to characterize the
types of regexes susceptible to this bug. They generally involve patterns
that contain no prefix or suffix literals, but have an inner literal along with
a regex prefix that can conditionally match.

Bug fixes:

  • BUG #​1060:
    Fix a bug with the reverse inner literal optimization reporting incorrect match
    offsets.

v1.9.2

Compare Source

==================
This is a patch release that fixes another memory usage regression. This
particular regression occurred only when using a RegexSet. In some cases,
much more heap memory (by one or two orders of magnitude) was allocated than in
versions prior to 1.9.0.

Bug fixes:

  • BUG #​1059:
    Fix a memory usage regression when using a RegexSet.
serde-rs/serde (serde)

v1.0.183

Compare Source

  • Support deserializing Box<OsStr> with an equivalent representation as OsString (#​2556, thanks @​DBLouis)

v1.0.182

Compare Source

v1.0.181

Compare Source

  • Make serde(alias) work in combination with flatten when using in-place deserialization (#​2443, thanks @​Mingun)
  • Improve the representation of adjacently tagged enums in formats where enum tags are serialized by index, as opposed to by string name (#​2505, #​2496, thanks @​Baptistemontan)

v1.0.180

Compare Source

  • Update to 2018 edition

v1.0.179

Compare Source

  • Support serialization of tuple variants inside a flattened field (#​2448, thanks @​Mingun)
tokio-rs/tokio (tokio)

v1.31.0: Tokio v1.31.0

Compare Source

Fixed
  • io: delegate WriteHalf::poll_write_vectored (#​5914)
Unstable
  • rt(unstable): fix memory leak in unstable next-gen scheduler prototype (#​5911)
  • rt: expose mean task poll time metric (#​5927)

v1.30.0: Tokio v1.30.0

Compare Source

1.30.0 (August 9, 2023)

This release bumps the MSRV of Tokio to 1.63. (#​5887)

Changed
  • tokio: reduce LLVM code generation (#​5859)
  • io: support --cfg mio_unsupported_force_poll_poll flag (#​5881)
  • sync: make const_new methods always available (#​5885)
  • sync: avoid false sharing in mpsc channel (#​5829)
  • rt: pop at least one task from inject queue (#​5908)
Added
  • sync: add broadcast::Sender::new (#​5824)
  • net: implement UCred for espidf (#​5868)
  • fs: add File::options() (#​5869)
  • time: implement extra reset variants for Interval (#​5878)
  • process: add {ChildStd*}::into_owned_{fd, handle} (#​5899)
Removed
  • tokio: removed unused tokio_* cfgs (#​5890)
  • remove build script to speed up compilation (#​5887)
Documented
  • sync: mention lagging in docs for broadcast::send (#​5820)
  • runtime: expand on sharing runtime docs (#​5858)
  • io: use vec in example for AsyncReadExt::read_exact (#​5863)
  • time: mark Sleep as !Unpin in docs (#​5916)
  • process: fix raw_arg not showing up in docs (#​5865)
Unstable
  • rt: add runtime ID (#​5864)
  • rt: initial implementation of new threaded runtime (#​5823)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update all to 1.0.179 Update all Jul 31, 2023
@renovate renovate bot changed the title Update all Update all to 1.0.180 Jul 31, 2023
@renovate renovate bot changed the title Update all to 1.0.180 Update all Aug 2, 2023
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 98420b8 to 53eeaa2 Compare August 9, 2023 11:30
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 36714d3 to c1df8e2 Compare August 12, 2023 04:12
@andrew121410 andrew121410 merged commit ae3437c into master Aug 12, 2023
1 check passed
@renovate renovate bot deleted the renovate/all branch August 12, 2023 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant